var runtime.godebugUpdate

3 uses

	runtime (current package)
		runtime.go#L70: var godebugUpdate atomic.Pointer[func(string, string)]
		runtime.go#L78: 	godebugUpdate.Store(p)
		runtime.go#L115: 	update := godebugUpdate.Load()